From: Dave Love Date: Mon, 6 Oct 2003 16:43:20 +0000 (+0000) Subject: Load average can throw error. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25271 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a7a9d7357314801ede879d538e0f0013bad07db6;p=emacs.git Load average can throw error. --- diff --git a/lispref/os.texi b/lispref/os.texi index a92f550b556..f6870245b69 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -796,6 +796,11 @@ averages, which indicate the average number of processes trying to run. If @var{use-float} is non-@code{nil}, then they are returned as floating point numbers and without multiplying by 100. +An error is thrown if the load average can't be obtained. In some +cases making it work would require Emacs being installed setuid or +setgid so that it can read kernel information, and that usually isn't +advisable. + @example @group (load-average)